object Form1: TForm1 Left = 200 Top = 108 Width = 145 Height = 218 Caption = 'Outlook' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 51 Height = 13 Caption = '&First name:' FocusControl = edtFirstName end object Label2: TLabel Left = 8 Top = 48 Width = 52 Height = 13 Caption = '&Last name:' FocusControl = edtLastName end object Label3: TLabel Left = 8 Top = 88 Width = 119 Height = 13 Caption = '&Business Telephone No.:' FocusControl = edtBusTelNo end object Button1: TButton Left = 8 Top = 128 Width = 121 Height = 25 Caption = 'Submit to &OutLook' Default = True TabOrder = 0 OnClick = Button1Click end object edtFirstName: TEdit Left = 8 Top = 24 Width = 121 Height = 21 TabOrder = 1 Text = 'Brian' end object edtLastName: TEdit Left = 8 Top = 64 Width = 121 Height = 21 TabOrder = 2 Text = 'Long' end object edtBusTelNo: TEdit Left = 8 Top = 104 Width = 121 Height = 21 TabOrder = 3 Text = '0800 NOT REALLY' end object Button2: TButton Left = 8 Top = 160 Width = 121 Height = 25 Caption = 'Submit to &OutLook #2' Default = True TabOrder = 4 OnClick = Button2Click end end